[INFO] fetching crate diskann-wide 0.54.0...
[INFO] checking diskann-wide-0.54.0 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] extracting crate diskann-wide 0.54.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate diskann-wide 0.54.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate diskann-wide 0.54.0
[INFO] tweaked toml for crates.io crate diskann-wide 0.54.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate diskann-wide 0.54.0 on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate diskann-wide 0.54.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42
[INFO] running `Command { std: "docker" "start" "11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking zerocopy v0.8.31
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking diskann-wide v0.54.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/test_utils/distribution.rs:85:22
[INFO] [stdout]     |
[INFO] [stdout]  85 |                     (<$T>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true)
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 | finite!(f32, u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the fully qualified path to the associated const
[INFO] [stdout]     |
[INFO] [stdout]  85 -                     (<$T>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true)
[INFO] [stdout]  85 +                     (<f32 as distribution::Layout>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true)
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::<impl f32>::EXPONENT_MASK`
[INFO] [stdout]    --> src/lib.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 + #![feature(float_masks)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/test_utils/distribution.rs:85:44
[INFO] [stdout]     |
[INFO] [stdout]  85 |                     (<$T>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true)
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 | finite!(f32, u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the fully qualified path to the associated const
[INFO] [stdout]     |
[INFO] [stdout]  85 -                     (<$T>::EXPONENT_MASK | <$T>::MANTISSA_MASK, false, true)
[INFO] [stdout]  85 +                     (<$T>::EXPONENT_MASK | <f32 as distribution::Layout>::MANTISSA_MASK, false, true)
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::<impl f32>::MANTISSA_MASK`
[INFO] [stdout]    --> src/lib.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 + #![feature(float_masks)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/test_utils/distribution.rs:90:22
[INFO] [stdout]     |
[INFO] [stdout]  90 |                     (<$T>::MANTISSA_MASK, true, false)
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 | finite!(f32, u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the fully qualified path to the associated const
[INFO] [stdout]     |
[INFO] [stdout]  90 -                     (<$T>::MANTISSA_MASK, true, false)
[INFO] [stdout]  90 +                     (<f32 as distribution::Layout>::MANTISSA_MASK, true, false)
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::<impl f32>::MANTISSA_MASK`
[INFO] [stdout]    --> src/lib.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 + #![feature(float_masks)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/test_utils/distribution.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 value &= <$T>::SIGN_MASK | mask;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 | finite!(f32, u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the fully qualified path to the associated const
[INFO] [stdout]     |
[INFO] [stdout]  98 -                 value &= <$T>::SIGN_MASK | mask;
[INFO] [stdout]  98 +                 value &= <f32 as distribution::Layout>::SIGN_MASK | mask;
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::<impl f32>::SIGN_MASK`
[INFO] [stdout]    --> src/lib.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 + #![feature(float_masks)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/test_utils/distribution.rs:99:40
[INFO] [stdout]     |
[INFO] [stdout]  99 |                 let exponent = value & <$T>::EXPONENT_MASK;
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 | finite!(f32, u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the fully qualified path to the associated const
[INFO] [stdout]     |
[INFO] [stdout]  99 -                 let exponent = value & <$T>::EXPONENT_MASK;
[INFO] [stdout]  99 +                 let exponent = value & <f32 as distribution::Layout>::EXPONENT_MASK;
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::<impl f32>::EXPONENT_MASK`
[INFO] [stdout]    --> src/lib.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 + #![feature(float_masks)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/test_utils/distribution.rs:102:74
[INFO] [stdout]     |
[INFO] [stdout] 102 |                 if !allow_edge_exponent && (exponent == 0 || exponent == <$T>::EXPONENT_MASK) {
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 | finite!(f32, u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the fully qualified path to the associated const
[INFO] [stdout]     |
[INFO] [stdout] 102 -                 if !allow_edge_exponent && (exponent == 0 || exponent == <$T>::EXPONENT_MASK) {
[INFO] [stdout] 102 +                 if !allow_edge_exponent && (exponent == 0 || exponent == <f32 as distribution::Layout>::EXPONENT_MASK) {
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::<impl f32>::EXPONENT_MASK`
[INFO] [stdout]    --> src/lib.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 + #![feature(float_masks)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/test_utils/distribution.rs:104:31
[INFO] [stdout]     |
[INFO] [stdout] 104 |                     value &= !<$T>::EXPONENT_MASK;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 | finite!(f32, u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the fully qualified path to the associated const
[INFO] [stdout]     |
[INFO] [stdout] 104 -                     value &= !<$T>::EXPONENT_MASK;
[INFO] [stdout] 104 +                     value &= !<f32 as distribution::Layout>::EXPONENT_MASK;
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::<impl f32>::EXPONENT_MASK`
[INFO] [stdout]    --> src/lib.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 + #![feature(float_masks)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/test_utils/distribution.rs:108:53
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 if !allow_zero_mantissa && (value & <$T>::MANTISSA_MASK == 0) {
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 | finite!(f32, u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `finite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the fully qualified path to the associated const
[INFO] [stdout]     |
[INFO] [stdout] 108 -                 if !allow_zero_mantissa && (value & <$T>::MANTISSA_MASK == 0) {
[INFO] [stdout] 108 +                 if !allow_zero_mantissa && (value & <f32 as distribution::Layout>::MANTISSA_MASK == 0) {
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(float_masks)]` to the crate attributes to enable `core::f32::<impl f32>::MANTISSA_MASK`
[INFO] [stdout]    --> src/lib.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 + #![feature(float_masks)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s
[INFO] running `Command { std: "docker" "inspect" "11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42", kill_on_drop: false }`
[INFO] [stdout] 11dc363805dd8e49fad7b4cef696fd29c3349b728cc55cb499e064c51c552a42
